SHOW SPLASH
This command displays a splash screen with an optional progress bar. The BGBitmap parameter defines a background image (BMP format). The Shape parameter defines the key colour for the background image. If set to -1 it will use the colour of the bottom left pixel of the image. If set to -2, no shaping will take place.
The optional ProgressBitmap defines the progress bar image. This image contains the background and foreground of the bar above each other with the background being first. The bottom left colour defines the transparent colour. XPos and YPos define the X and Y position of the progress bar.
Note that with the current version of the STYX plugin only Windows Bitmap files (.BMP) are supported.

ARGUMENTS:
* BGBitmap = The background image
* Shape = The Shape setting (see text above)
optional:
* ProgressBitmap = The image of the progress bar
* XPos = The X position of the progress bar
* YPos = The Y position of the progress bar


SYNTAX
SHOW SPLASH BGBitmap,Shape [,ProgressBitmap,XPos,YPos]


RELATED INFO
View Window Shaper and Splash Screen Index
View STYX Index
View STYX Main File